home *** CD-ROM | disk | FTP | other *** search
- Path: rcp6.elan.af.mil!rscernix!danpop
- From: danpop@mail.cern.ch (Dan Pop)
- Newsgroups: comp.lang.c
- Subject: Re: Termios equivalent for non-BSD systems?
- Date: 21 Feb 96 21:55:32 GMT
- Organization: CERN European Lab for Particle Physics
- Message-ID: <danpop.824939732@rscernix>
- References: <4gfte4$n0l@nyx10.cs.du.edu>
- NNTP-Posting-Host: ues5.cern.ch
- X-Newsreader: NN version 6.5.0 #7 (NOV)
-
- In <4gfte4$n0l@nyx10.cs.du.edu> sscrivan@nyx10.cs.du.edu (steve scrivano) writes:
-
- >Has anyone devised a functional equivalent to the BSD termios set of
- >library functions for Unix non-bsd systems? I mean all of those
- >functions beginning with the letters "cf" and "tc".
-
- This has absolutely nothing to do with comp.lang.c. Next time you
- have a Unix-specific question go to comp.unix.programmer.
-
- The termios stuff is a POSIX feature and you'll have a hard time finding
- a reasonably recent Unix system which doesn't support it. From the man
- page:
-
- NAME
- termios.h - Defines the structure of the termios file, which provides the
- terminal interface for POSIX compatibility.
-
- DESCRIPTION
-
- The /usr/include/termios.h header file is used to obtain and modify attri-
- butes required by the terminal driver. These attributes control input and
- output processing. The definition values and structure in the
- /usr/include/termios.h file are required for P1003.1 POSIX compliance.
-
- Dan
- --
- Dan Pop
- CERN, CN Division
- Email: danpop@mail.cern.ch
- Mail: CERN - PPE, Bat. 31 R-004, CH-1211 Geneve 23, Switzerland
-